home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / msged_10.zip / EDIT_MSG.DOC < prev    next >
Text File  |  1997-07-03  |  3KB  |  73 lines

  1.   Message Edit.  A generic message editor for BBS systems.
  2.   User documentation.   Public Beta v1.0  Produced by MegaSoft Development.
  3.   ========================================
  4. About:
  5.  I developed this program as an add on for my BBS to allow my users to have
  6. a more user friendly interface then the default Maximus editor.  It has
  7. internal support for Taglines, and I will be adding more features in the
  8. future.   This product has not been extensivly tested, but does work on my
  9. BBS and doesn't seem to show any ill effect.  
  10.  
  11. Features:
  12.  Internal tagline support, split screen chat, user friendly, (relativly) easy
  13. setup.  
  14.  
  15. Installation:
  16.  Installation should be fairly straight forward, I've included my cfg, bat,
  17.  tagfile, and of course the docs to tell you about the program :)
  18. (In max.ctl)  Local Editor  @command.com /c d:\bbs\edit_msg.bat %s %%k %%t
  19.  You should probably change all the directory references and play with the
  20. program locally, it will also require that in your access.ctl that your users
  21. have the access to the external editor, ie:
  22. Access Normal
  23.         Level           30
  24.         Desc            Normal
  25.         Key             N
  26.         Time            60
  27.         Cume            90
  28.         Calls           -1
  29.         LogonBaud       300
  30.         XferBaud        300
  31.         FileLimit       2500
  32.         FileRatio       6
  33.         RatioFree       1000
  34.         UploadReward    150
  35. %       LoginFile       Misc\PrivN
  36. %       Flags
  37.         MailFlags Editor LocalEditor % <----
  38. %       UserFlags
  39.         Oldpriv         2
  40. End Access
  41.  Almost forgot.  You'll have to place a copy of dorinfo(my setup), or some
  42. other supported drop file format, after the -D in the batch file.  For
  43. Maximus users, I recomend you do that via the welcome.bbs or your nearest
  44. equivilant.  Don't worry about incorrect user time, it's updated via the
  45. command line.
  46.  
  47. Files In This Package:
  48.  dorinfo.mex   <- A dorinfo generator Mex, takes paramters for the port.
  49.                   ie: [mex]m\dorinfo 2 will write com2 in the dorinfo?.def
  50.                   [mex]m\dorinfo would write the OS/2 com port handle.
  51.                   good for running DOS doors under OS/2. 
  52.  edit_msg.bat  <- Example batch file.
  53.  edit_msg.cfg  <- Example config file.
  54.  edit_msg.doc  <- Documentation :).
  55.  edit_msg.exe  <- Executable file.
  56.  file_id.diz   <- Yet Another Unsolved Mystery.
  57.  tagline       <- A large collection of example taglines.
  58.  
  59. Generic Info:
  60.  This is a public beta, if you find any problems please send a copy of the
  61. log file to one of the authors addresses(listed at the end of the doc) along
  62. with a description of how it happened(if possible).
  63.  
  64. Future Plans:
  65.  I plan on adding a spelling/grammar check and improved tagline support in
  66. later versions as well as any suggestions you might have.
  67.  
  68. Dylan Griffiths AKA GamerX
  69. Head of MegaSoft Development.
  70. SysOp: Games Garden BBS
  71. FidoNet: 1:140/237
  72. E-mail: GamerX_@usa.net
  73.